Single page application (SPA) are web pages where the server transmits only a single HTML online.
Content is then dynamically filled through the use of server calls and div sections.
For the first task of this lab you will create a basic framework to support this style of web page.Part B
of the lab will involve utilizing angular to add dynamic operation.
setup
Web development strongly benefits from consistent and clean dictonary structure.This lab will take
the previous structure,one folder per checkpoint,and expand upon it.For each checkpoint in this
lab image,scripts and stylesheets should be in their own directions.This basic structure has been
provided within the web_dev directory.
Folder Structure -->images
--->scripts
--->styles
index.html